
body
{
	background: #fff;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


.wrapper
{
	position: absolute;
	width:100%;
	left: 0;
}


.block
{
	float: left;
	position: relative;
	width:100%;
	display: block;
	padding: 20px;
}


.container
{
	float: left;
	position: relative;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
}


.logo-container
{
	padding: 10px 20px 0 20px;
	font-weight: bold;
	font-size: 18px;
}

.menu
{
	float: left;
	position: relative;
	width:100%;
	display: block;
}

.content
{
	float: left;
	position: relative;
	width:100%;
	display: block;
}

.content h1,
.content h2
{
	padding: 20px 40px;
}

.content p
{
	padding: 0px 40px;
	line-height: 30px;
}

.top-content
{
	background: #eee;
}

.top-content img
{
	max-width: 100%;
	height: auto;
}

.main-content
{
	background: #eee;
}

.bottom-content
{
	background: #eee;
}

.footer-content
{
	background: #001a23;
	color: #fff;
}

.left-content
{
	position:relative;
	float: left;
	width:50%;
	text-align: left;
}

.right-content
{
	position:relative;
	float: right;
	width:50%;
	text-align: right;
}